projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
752a043
)
* xterm.c (x_new_font): Tell the frame display faces about the
author
Jim Blandy
<jimb@redhat.com>
Wed, 19 May 1993 03:06:38 +0000
(
03:06
+0000)
committer
Jim Blandy
<jimb@redhat.com>
Wed, 19 May 1993 03:06:38 +0000
(
03:06
+0000)
newly chosen font.
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index 66251846cb99598f8e58ebf77e1770ecbbd904fe..91622d7f27d1c6d1b41a22e6e7a4b8f27377cd32 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-3929,6
+3929,7
@@
x_new_font (f, fontname)
f->display.x->font->fid);
XSetFont (x_current_display, f->display.x->cursor_gc,
f->display.x->font->fid);
+ init_frame_faces (f);
x_set_window_size (f, f->width, f->height);
}